From: Aaron Schulz Date: Sun, 16 Nov 2008 02:42:30 +0000 (+0000) Subject: doc typo X-Git-Tag: 1.31.0-rc.0~44329 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=331747895c7e03066693c4b82b5071684ff02725;p=lhc%2Fweb%2Fwiklou.git doc typo --- diff --git a/includes/AjaxFunctions.php b/includes/AjaxFunctions.php index 9ee354534c..d18f7a975c 100644 --- a/includes/AjaxFunctions.php +++ b/includes/AjaxFunctions.php @@ -129,7 +129,7 @@ function wfAjaxWatch($pagename = "", $watch = "") { /** * Called in some places (currently just extensions) - * to get the thumnail URL for a given file at a given resolution. + * to get the thumbnail URL for a given file at a given resolution. */ function wfAjaxGetThumbnailUrl( $file, $width, $height ) { $file = wfFindFile( $file );